home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / DVDStar / Editace / hltp.exe / {app} / Applications / MilkShape 3D / msBridge.txt < prev    next >
Text File  |  2002-11-07  |  1KB  |  27 lines

  1. msBridge.dll ver 2.01
  2.  
  3. What does the bridge tool do?
  4. It fills in the gap between two poly groups or you could say it makes a bridge from one poly group to another. You will want to press ctrl+w afterward to clean up.
  5.  
  6. Limitations:
  7. - Both poly groups must have the same number of vertices in them.
  8. - Right now in order to figure out where to start a very simple algorithm (distance formula) is in place. This means you have to have the polygroups sorta parallel right now.
  9.  
  10. What it can do:
  11. - It can take two poly groups that meet the specifications (aka not in the limitations) and fill in polys between them.
  12.  
  13.  
  14. TODO:
  15. - Change the algorithm that finds where to start.
  16. - Allow for different number of vertices per group.
  17.  
  18. History:
  19. 2.01 - fixed memory leak and how it counts vertices
  20. 2.0 - Allows for a closed mesh to be selected instead of a special case. Delete is working properly now.
  21. 0.85 - Choosing Outward/Inward should now work.
  22. 0.8 - Added a dialog box that allows you to select how many sections you want and also delete the original polgons. Fixed some bugs and made the code easier to work with.
  23. 0.7 - Original release
  24.  
  25.  
  26. --mijacs
  27. tomijacs@yahoo.com